pp108 : GetCollection (Deprecated)

GetCollection (Deprecated)

This Web service operation is used to retrieve the details in a specified folder.

SOAP Request

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
        <GetCollection xmlns="http://schemas.cordys.com/1.0/isvpackage">
            <folder detail="false" recursive="false">PARAMETER</folder>
        </GetCollection>
    </SOAP:Body>
</SOAP:Envelope>

Request Parameters

Parameter

Description

Data Type

Accepted Input Values

recursive

Retrieves information about the entries in a folder.

String

  • true - Retrieves information about the entries from all the subfolders within a folder (<parameter>).
  • false - Retrieves information about entries only till the 1st level of a folder.

detail

Indicates whether file details are retrieved.

String

  • true - Retrieves information from the files.
  • false - Does not retrieve the details from the files.